home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
escalant
/
escala21.lha
/
escalante2.1
/
src
/
editor
/
make.src
< prev
Wrap
Text File
|
1993-07-14
|
281b
|
10 lines
MYDIR = ${ESCALANTE_DIR}/src/editor
LIBNAME = libeditor.o
MYINCLUDE= -I../../images
SRCS= EscalanteView.C EscalanteCommands.C Escalante.C AllEditor.C
HDRS= EscalanteView.h EscalanteCommands.h Escalante.h
OBJS= EscalanteView.o EscalanteCommands.o Escalante.o